Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Attributes | List of all members
TacacsPacket Class Reference

TACACS packet structure. More...

Inheritance diagram for TacacsPacket:
Header Pdu Signal

Public Attributes

short majorVersion
 
short minorVersion
 
short type
 
short m_seqNo
 
short m_flags
 
int m_sessionId
 
int m_length
 
AttribType attribType
 
byte length
 
string attribValue
 
- Public Attributes inherited from Header
Pdu payload
 

Detailed Description

TACACS packet structure.

Member Data Documentation

◆ attribType

AttribType TacacsPacket::attribType

◆ attribValue

string TacacsPacket::attribValue

◆ length

byte TacacsPacket::length

◆ m_flags

short TacacsPacket::m_flags

◆ m_length

int TacacsPacket::m_length

◆ m_seqNo

short TacacsPacket::m_seqNo

◆ m_sessionId

int TacacsPacket::m_sessionId

◆ majorVersion

short TacacsPacket::majorVersion

◆ minorVersion

short TacacsPacket::minorVersion

◆ type

short TacacsPacket::type

The documentation for this class was generated from the following file: